home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom19.dir / 00049_Script_49 < prev    next >
Text File  |  1995-02-21  |  837b  |  38 lines

  1. on startmovie
  2.   global gsaifu
  3.   if gsaifu = "off" then
  4.     puppetsprite 10, true
  5.     set the type of sprite 10 = 0
  6.   else
  7.     set the type of sprite 10 = 1
  8.     end if
  9.   global gcard1
  10.   if gcard1 = "off" then
  11.     puppetsprite 11, true
  12.     set the type of sprite 11 = 0
  13.   else
  14.     set the type of sprite 11 = 1
  15.     end if
  16.   global gcard2
  17.   if gcard2 = "off" then
  18.     puppetsprite 12, true
  19.     set the type of sprite 12 = 0
  20.   else
  21.     set the type of sprite 12 = 1
  22.     end if
  23.   global gitem1
  24.   if gitem1 = "off" then
  25.     puppetsprite 13, true
  26.     set the type of sprite 13 = 0
  27.   else
  28.     set the type of sprite 13 = 1
  29.     end if
  30.   global gitem2
  31.   if gitem2 = "off" then
  32.     puppetsprite 14, true
  33.     set the type of sprite 14 = 0
  34.   else
  35.     set the type of sprite 14 = 1
  36.     end if
  37. end startmovie
  38.